From: Jonas Smedegaard Date: Thu, 25 Nov 2010 17:24:56 +0000 (+0100) Subject: Fix syntax of DEB_COPYRIGHT_CHECK_IGNORE_REGEX. X-Git-Tag: archive/raspbian/2.5.1+ds-1+rpi1~1^2~369 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/success/%22http:/www.example.com/cgi/success?a=commitdiff_plain;h=09545ce5c2102b9bf055c564216a21f7c1b782ac;p=jacktrip.git Fix syntax of DEB_COPYRIGHT_CHECK_IGNORE_REGEX. --- diff --git a/debian/rules b/debian/rules index f07285a..8d8749f 100755 --- a/debian/rules +++ b/debian/rules @@ -15,7 +15,7 @@ DEB_SRCDIR = src DEB_DH_INSTALLCHANGELOGS_ARGS = CHANGESLOG.txt # Suppress scanning documentation images causing false alarms. -DEB_COPYRIGHT_CHECK_IGNORE_REGEX = ^\./documentation/img/.*|debian/(changelog|copyright(|_hints|_newhints)))$ +DEB_COPYRIGHT_CHECK_IGNORE_REGEX = ^\./(documentation/img/.*|debian/(changelog|copyright(|_hints|_newhints)))$ build/jacktrip:: doxygen jacktrip_doxygen